| Class |
Method |
Deprecated Since |
Notes |
| .core.ConfluenceActionSupport |
ThemeHelper getGlobalHelper() |
2.0 |
Support for pre-2.0 themes |
| |
ThemeHelper getSpaceHelper() |
2.0 |
Support for pre-2.0 themes |
| .core.ContentEntityManager |
Iterator getRecentlyModifiedEntities(int maxResults) |
2.0 |
use the SearchManager for this kind of query |
| .core.ContentEntityObject |
String getRealTitle() |
2.8 |
use getDisplayTitle() instead |
| .core.ContentPermissionManager |
List getInheritedViewContentPermissions(Page page) |
2.5 |
|
| .core.persistence.ContentEntityObjectDao |
Iterator getRecentlyModifiedEntitiesByType(ListQuery query, int firstResult) |
2.8 |
use the SearchManager for this kind of query |
| .importexport.ExportContext |
DateFormatter getDateFormatter() |
2.8.2 |
|
| .pages.AttachmentUtils |
static File getOldContainingFolder(Attachment attachment) |
2.2 |
|
| .pages.actions.ViewPageAttachmentsAction |
AttachmentHelper getTargetHelper(Attachment attachment) |
2.8 |
use getWebInterfaceContext() |
| .plugin.editor.Editor |
String getEditorSpecificCss() |
2.8 |
|
| .security.ContentPermission |
String getGroup() |
2.4 |
use getGroupName() |
| .security.PermissionManager |
boolean isGlobalAdministrator(User user) |
2.7 |
use isConfluenceAdministrator() |
| .setup.BootstrapManager |
boolean isConfluenceHomeValid()
boolean isWebdavEnabled()
void setBaseUrl(String baseUrl) |
2.8 |
use SettingsManager |
| .spaces.SpaceManager |
boolean isValidSpaceKey(String key) |
2.3 |
use Space.isValidGlobalSpaceKey() |
| |
boolean.isValidPersonalSpaceKey(String key) |
2.3 |
use Space.isValidPersonalSpaceKey() |
| |
List getPages(Space space, boolean currentOnly)
List getPagesStartingWith(Space space, String prefix)
List getBlogPosts(Space space, boolean currentOnly)
List getMail(Space space, boolean currentOnly)
List getSpaces()
list getSpacesCreatedOrUpdatedSinceDate(Date date) |
2.3 |
|
| .spaces.Space |
List getPages()
List getCurrentPages()
List getBlogPosts()
List getCurrentBlogPosts()
List getMail()
List getCurrentMail() |
2.3 |
use PageManager |
| .user.PersonalInformationManager |
PersonalInformation getPersonalInformation(String username) |
2.3 |
use getPersonalInformation(User user) |
| .user.SearchEntitiesManager |
SearchResult findGroups(TermQuery query) |
2.8 |
use findGroupsAsList() |
| |
SearchResult findGroups(TermQuery query, boolean filter) |
2.8 |
use findGroupsAsList() |
| |
SearchResult findUsers(Query query) |
2.8 |
use findUsersAsList() |
| .util.GeneralUtil |
String format(Date date)
formatTime(Date date)
formatBlogDate(Date date)
formatDateTime(Date date) |
2.3 |
use $dateFormatter |
| |
isGlobalAdministrator(Object notUsedAnyMore, User user) |
2.0 |
use PermissionManager or $permissionHelper |
| |
getProperties(String resource, Class caller)
getPropertiesFromFile(File file)
getPropertiesFromStream(InputStream is) |
2.3 |
use PropertyUtils |
| .upgrade.AbstractUpgradeTask |
addError(String message)
addError(Throwable throwable) |
1.2 |
use addError(UpgradeError error) |